* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  list-style: none;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
header {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  box-shadow: 0px 3px 25px #000;
  padding: 0px 40px;
  align-items: center;
  justify-content: space-between;
}
.Dream_Destination_logo > img {
  max-width: 250px;
  height: auto;
  cursor: pointer;
}
header > nav > ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
header > nav > ul > li > a:hover {
  color: rgba(253, 187, 45, 1);
}
header > nav > ul > li > a {
  white-space: nowrap;
  font-size: 18px;
  color: white;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-weight: 400;
}
header > nav > ul > li > button:hover {
  background: linear-gradient(
    0deg,
    rgba(34, 193, 195, 1) 0%,
    rgb(253, 45, 45) 100%
  );
}
header > nav > ul > li > button {
  background: linear-gradient(
    0deg,
    rgba(34, 193, 195, 1) 0%,
    rgba(253, 187, 45, 1) 100%
  );
  padding: 10px 20px;
  border-radius: 21px;
  border: none;
  cursor: pointer;
  color: black;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 400;
  white-space: nowrap;
}

#barbtn {
  display: none;
}
/* HERO SECTION */
.hero {
  background: url("../DreamImgs/Black and Brown Best Places to Travel YouTube Thumbnail.jpg")
    no-repeat center/cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero-content {
  z-index: 10;
  max-width: 700px;
}

.hero h1 {
  font-size: 58px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 20px;
}

.btn {
  padding: 12px 25px;
  background: #ffae00;
  color: #000;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}

/* ABOUT SECTION */
.about {
  padding: 80px 60px;
  background: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470")
    center/cover fixed;
  color: white;
  position: relative;
}

.about-text {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: auto;
}

.about h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.about-text > p {
  font-size: 18px;
}
.features {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.box {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
}

.box h3 {
  margin-bottom: 8px;
}
/* PACKAGES SECTION */

.packages {
  padding: 80px 60px;
  background: #f5f7fa;
}

.packages h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 50px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.card-content h3 {
  margin-bottom: 6px;
}

.card-content p {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 12px;
}

.price {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #ff7b00;
}

.btn {
  display: inline-block;
  background: #ff7b00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn:hover {
  background: #ff9500;
}

/* Place_your_destination */
.Holiday_grid_container {
  max-width: 1170px;
  margin: auto;
}
.holiday-grid {
  padding: 80px 60px;
}

.holiday-grid h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 50px;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.box {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 14px;
}

.box img {
  width: 100%;
  display: block;
  border-radius: 14px;
  transition: 0.4s ease-in-out;
}

.box:hover img {
  transform: scale(1.08);
}

.label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
}

/* Different Heights */
.box.tall img {
  height: 520px;
  object-fit: cover;
}

.box.medium img {
  height: 350px;
  object-fit: cover;
}

.box.small img {
  height: 250px;
  object-fit: cover;
}
/* MAIN CONTAINER */
.gallery-container {
  width: 100%;
  background-color: #f5f7fa;
  padding: 50px 60px;
  font-family: "Arial", sans-serif;
}

/* HEADING */
.gallery-container > h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #222;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.gallery-container > p {
  font-size: 16px;
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

/* PLAN YOUR DESTINATION GRID */
.planYourmid {
  max-width: 1170px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* DESTINATION CARD */
.gallery-grid {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-grid:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* IMAGE */
.gallery-figure img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* PLACE NAME */
.place-name {
  font-size: 18px;
  font-weight: 800;
  color: #222;
  padding: 15px 20px 0 20px;
}

/* DESCRIPTION */
.gallery-about {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  padding: 10px 20px;
}

/* LINE */
.gallery-grid-line {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 10px 0;
}

/* BUTTON */
.gallery-grid-button {
  width: calc(100% - 40px);
  margin: 0 20px 20px 20px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  background-color: #ff4757;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}

.gallery-grid-button:hover {
  background-color: #e84118;
}

/* HONEYMOON SECTION */
.honeymoon-section-heading {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #eb3b5a;
  margin: 60px 0 30px 0;
}

/* HONEYMOON GRID */
.Honeymoon-grid {
  max-width: 1170px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* HONEYMOON BOX */
.Honeymoon-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.Honeymoon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

/* IMAGE */
.Honeymoon-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* SPECIAL OFFER ICON */
.offer-img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
}

.offer-img img {
  width: 100%;
}

/* COUNTRY NAME */
.Honeymoon-country {
  font-size: 18px;
  font-weight: 800;
  padding: 15px 20px 0 20px;
}

/* DESCRIPTION */
.Honeymoon-about {
  font-size: 14px;
  color: black;
  padding: 10px 20px;
}

/* BUTTON */
.honeymoon-button {
  width: 90%;
  margin: 0 20px 20px 20px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  background-color: #ff4757;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}

.honeymoon-button:hover {
  background-color: #e84118;
}
.contact-section {
  background-color: #f4f4f4;
  padding: 60px 20px;
  text-align: center;
  background: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8d29ybGR8ZW58MHx8MHx8fDA%3D")
    no-repeat;
  background-size: cover;
  width: 100%;
}

.contact-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: white;
}

.contact-section p {
  font-size: 16px;
  margin-bottom: 30px;
  color: white;
}

.contact-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #212020;
}

.contact-item > span {
  color: white;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}

.contact-form button {
  padding: 14px;
  background-color: #1e90ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #0f75d1;
}

/* footer */
footer {
  background-color: #212020;
  color: #eee;
  font-family: "Arial", sans-serif;
  padding: 50px 20px 20px;
}

.footerMain {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-section h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ccc;
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

.footer-section ul li a:hover {
  color: #1e90ff;
}
.footer-section > ul > li {
  cursor: pointer;
}
.footer-logo img {
  width: 150px;
  margin-bottom: 20px;
}

.app-icons img {
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.social-icons li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 14px;
  color: #aaa;
  cursor: pointer;
}
